InitUtil
InitUtil Copy Parameter RAM to low-memory variables #include <OSUtils.h> Operating System Utilities
InitUtil reads the non-volatile RAM (Parameter RAM) and copies it to the data area starting at SysParam (at 0x01F8). It also stores the "raw" seconds
into the variable Time (at 0x020C). prInitErr (-88) Validity status was not 0xA8
Notes: This function is called at system startup and will normally not be used by
application programs.
See SysParmType for the layout of the area to which the Parameter RAM is copied.